AutomationDao_Impl

@Generated(value = ["androidx.room.RoomProcessor"])
class AutomationDao_Impl(__db: RoomDatabase) : <ERROR CLASS> ERROR CLASS: Symbol not found for AutomationDao

Constructors

Link copied to clipboard
constructor(__db: RoomDatabase)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun delete(entity: ERROR CLASS: Symbol not found for ScheduleEntity)
Link copied to clipboard
open override fun getSchedules(): MutableList<ERROR CLASS: Symbol not found for FullSchedule??>
Link copied to clipboard
open override fun insert(entries: MutableCollection<ERROR CLASS: Symbol not found for FullSchedule??>)
open override fun insert(entity: ERROR CLASS: Symbol not found for ScheduleEntity, entities: MutableList<ERROR CLASS: Symbol not found for TriggerEntity??>)